testsuite: Skip analyzer tests on AIX.
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr97072.c
blob40241248884865343c3c8a31b91c365cdb7a8099
1 void unknown_fn_1 (void *);
3 void test_1 (int co, int y)
5 void *p = __builtin_malloc (1024);
6 void **q;
7 unknown_fn_1 (&q);
8 *q = p;