CS153/hw5/hw5programs/tc_error_struct_dup.oat

9 lines
84 B
Text
Raw Permalink Normal View History

struct X {
int y;
int y
}
int program(int argc, string[] argv) {
return 0;
}