blob: 9bc5724b9c88c19d0b56a1d86054e1c00ddfc139 [file] [log] [blame]
#include <stdio.h>
int main (int argc, char const *argv[])
{
struct {
int a;
int b;
int c;
} MyAggregateDataType;
printf ("Set break point at this line.\n");
return 0;
}