aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/flatten.c
blob: 9d1d21facb4e1e3c53ca11861d5abbe484243824 (plain)
1
2
3
4
5
6
int you_shall_not_flatten_me () __attribute__ ((flatten));
int
main(void)
{
  you_shall_not_flatten_me ();
}