From 0159b72dbf048b0aa7d7b9ae85715205cb801e50 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 14 Nov 2021 18:06:58 +0100 Subject: Evaluate externals in configure step end read from config map during compilation. --- test/suite/hello.cc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/suite/hello.cc (limited to 'test/suite/hello.cc') diff --git a/test/suite/hello.cc b/test/suite/hello.cc new file mode 100644 index 0000000..06e3deb --- /dev/null +++ b/test/suite/hello.cc @@ -0,0 +1,6 @@ +#include + +int main() +{ + std::cout << "Hello\n"; +} -- cgit v1.2.3