complete_with_sig_help.cc 108 B

1234567891011
  1. #include <stdio.h>
  2. struct Test
  3. {
  4. int this_is_a_thing; int that_is_a_thing;
  5. };
  6. int main() {
  7. Test t;
  8. }