CS153/hw6/hw5programs/tc_error_dupstruct.oat

12 lines
98 B
Text
Raw Normal View History

struct L {
bool b
}
struct L {
int c
}
int program(int argc, string[] argv) {
return 0;
}