* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / builtin_unreachable-1.c
blobdd32ca8066d2436eb4d427998154e88d26644bf4
1 void bar (const char *);
2 void foo (void)
4 bar ("foo");
5 __builtin_unreachable ();