8 lines
142 B
C
8 lines
142 B
C
/* { dg-do compile } */
|
|
/* { dg-options "-fgimple" } */
|
|
|
|
__GIMPLE
|
|
void foo() {
|
|
int t1;
|
|
t1_1 = t1_1(); /* { dg-error "invalid call" } */
|
|
}
|