aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr38360.c
blob: d261ce3c44c8927e49270fa3bea23ab2540942ff (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR middle-end/38360 */
/* { dg-require-effective-target untyped_assembly } */
/* { dg-additional-options "-fpermissive" } */

int
main ()
{
  fputs ("");
  fputs_unlocked ("");
  return 0;
}