diff options
Diffstat (limited to 'clang/test/Modules/Inputs/odr_hash-Friend/M3.h')
| -rw-r--r-- | clang/test/Modules/Inputs/odr_hash-Friend/M3.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/odr_hash-Friend/M3.h b/clang/test/Modules/Inputs/odr_hash-Friend/M3.h new file mode 100644 index 00000000000..ab457e0c08f --- /dev/null +++ b/clang/test/Modules/Inputs/odr_hash-Friend/M3.h @@ -0,0 +1,7 @@ +#include "Box.h" +#include "M2.h" + +void Party() { + Box<> Present; + Present.test(); +} |

