Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr38360.c
blob: d261ce3c44c8927e49270fa3bea23ab2540942ff [
file
] [
log
] [
blame
]
/* PR middle-end/38360 */
/* { dg-require-effective-target untyped_assembly } */
/* { dg-additional-options "-fpermissive" } */
int
main
()
{
fputs
(
""
);
fputs_unlocked
(
""
);
return
0
;
}