aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr113207.c
blob: 81f53d8fcc2f65b962f40dfe5cad6c673d5fdc7c (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-compile } */
/* { dg-require-effective-target lto } */
/* { dg-options "-flto -fchecking" }  */

typedef struct cl_lispunion *cl_object;
struct cl_lispunion {};
cl_object cl_error() __attribute__((noreturn));
volatile cl_object cl_coerce_value0;
void cl_coerce() { cl_error(); }
void L66safe_canonical_type(cl_object volatile);