Skip to content
Snippets Groups Projects
abstract_struct_2.c 104 B
/* run.config*
   DONTRUN: linked with abstract_struct_1.c
*/

struct abstracttype { int c1; int c2; };