]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr84300.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr84300.c
CommitLineData
cb2e8560
AM
1/* { dg-do compile } */
2/* { dg-require-effective-target split_stack } */
3/* { dg-options "-g -O2 -fsplit-stack -fno-omit-frame-pointer" } */
4
5void trap () { __builtin_trap (); }