libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-attr-unsequenced-5-aux.c
blobc3e49a7cd7a8488ff59d5bbdb0d1de3bb3ee0bf3
1 /* Auxiliary source for c23-attr-unsequenced-5.c test. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c23 -pedantic-errors" } */
5 int
6 f1 () [[unsequenced]]
8 return 42;
11 int
12 f2 ()
14 return 43;
17 int
18 f3 ()
20 return 44;