diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/struct-1.hs')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/struct-1.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/struct-1.hs b/gcc/testsuite/gcc.dg/pch/struct-1.hs new file mode 100644 index 000000000..055353a8f --- /dev/null +++ b/gcc/testsuite/gcc.dg/pch/struct-1.hs @@ -0,0 +1,3 @@ +struct ChainSearchRecord; +typedef struct ChainSearchRecord *ChainSearchPtr; + |