CS153/hw5/hw5programs/tc_error_struct_unbound.oat

9 lines
85 B
Text
Raw Normal View History

struct T {
S name;
int x
}
int program(int argc, string[] argv) {
return 0;
}