2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / builtin_constant_p.c
blob8b18c8af5b406aa4a710036e7f10c3aaee7cfb12
1 int main (int argc, char *argv[])
3 static int a[] = { __builtin_constant_p (argc) ? 1 : 0 };
4 return a[0];