From 89f151ab335ad2aa1e5d1cc900f1e3837caa6437 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Wed, 31 Jan 2024 13:02:11 +0100 Subject: add a test for aliased headerunits --- tests/projects/c++/modules/aliased_headerunit/src/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/projects/c++/modules/aliased_headerunit/src/main.cpp (limited to 'tests/projects/c++/modules/aliased_headerunit/src/main.cpp') diff --git a/tests/projects/c++/modules/aliased_headerunit/src/main.cpp b/tests/projects/c++/modules/aliased_headerunit/src/main.cpp new file mode 100644 index 000000000..ad786367e --- /dev/null +++ b/tests/projects/c++/modules/aliased_headerunit/src/main.cpp @@ -0,0 +1,7 @@ +import hello; +import "header.hpp"; + +int main() { + hello::say(hello::FOO); + return 0; +} -- cgit v1.3.1