summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr93615.c
blob: 2e98f5200c595d8f9993fa8a4bcb875c7ee24886 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-std=c11" } */
/* { dg-require-effective-target exceptions } */

#include <unwind.h>

int
main ()
{
  return 0;
}