aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/modules/noheaderguard-1_b.C
blob: d5de8b2362ff34128405e29683ecb3eaed8d34e9 (plain)
1
2
3
4
5
6
7
// { dg-do preprocess }
// { dg-additional-options {-fmodules-ts -fno-header-guard-opt} }

#include "noheaderguard-1_a.H"
#include "noheaderguard-1_a.H"

// { dg-final { scan-file noheaderguard-1_b.i {# [0-9]* "[^\n]*noheaderguard-1_b.C"\n\n*import  "[^\n]*noheaderguard-1_a.H" \[\[__translated\]\];\nimport  "[^\n]*noheaderguard-1_a.H" \[\[__translated\]\];\n} } }