summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/T9329.cmm
blob: cfdbb6e7ee09d654c710f0c0a6bc6366e5ed0b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
foo ()
{
  STK_CHK_GEN_N (8); /* panics on i386 */
  return (0);
}

bar ()
{
  STK_CHK_GEN_N (16); /* panics on amd64 */
  return (0);
}