2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / attr-hotcold-1.c
blobf63a95c71c53160f1c99ad9578882d1869227294
1 void f(void)
3 goto A;
4 A: __attribute__((cold))
5 goto B;
6 B: __attribute__((hot))
7 return;