blob: 82411a11534754d7440cf8aad10a2eb77381b2ce [file] [log] [blame]
void unknown_fn_1 (void *) __attribute__((nothrow));
void test_1 (int co, int y)
{
void *p = __builtin_malloc (1024);
void **q;
unknown_fn_1 (&q);
*q = p;
}