Skip to content
Snippets Groups Projects
flexible_array_member_invalid1.i 130 B
/* run.config
 EXIT: 1
   STDOPT:
*/

// invalid flexible array member (empty struct otherwise)
struct s1 {
  char data[];
} ss1;