libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / tailcall-11.c
blob36e441775ff1210028ac16b97256cfd6fd624347
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-tailc-details" } */
4 struct A {};
6 void goo(void);
7 struct A foo(void)
9 goo();
12 /* { dg-final { scan-tree-dump-times "Found tail call" 1 "tailc"} } */