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