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

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