summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/header.c
blob: 3241a9634420164d5efef233dd073cfd42452503 (plain)
1
2
3
4
5
6
7
8
9
/* This really should use "dg-do compile" without the -S in dg-options,
   but the extra options get put after the input file in that case, and
   hence the test would fail. */
/* { dg-do assemble } */
/* { dg-options "-S -x c-header" } */

struct s {
	unsigned field;
};