Use clang++ for C++ tests

This commit is contained in:
Rodrigo Arias 2023-09-01 16:51:32 +02:00
parent 4b1d4c18af
commit ee24b910a1

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
#export NIX_DEBUG=6
clang -fompss-2 hello.c -o hello
./hello
clang -fompss-2 hello.cc -o hello
clang++ -fompss-2 hello.cc -o hello
./hello
'';