1test "thingy" {} 2test "thingy" {} 3 4// error 5// is_test=true 6// 7// :1:6: error: duplicate test name 'thingy' 8// :2:6: note: duplicate test here 9// :1:1: note: struct declared here