add __builtin_labs()
[smatch.git] / validation / double-semicolon.c
blob36cb3324704e01263c7549a73f2f4a561ac499d5
1 extern void *memset (void *s, int c, int n);
2 static void test(void)
4 struct { int foo;; } val;
5 memset(&val, 0, sizeof(val));