sit/tests/c++-compiler/stdexcept.cpp
Christoph Niethammer 9e651b17c0 Basic tests for the C++ compiler environments on hermit1.
* testing availability of the compiler via version check ("CC --version")
* compiling C++ program including the stdexcept header
2024-03-28 02:43:56 +01:00

3 lines
44 B
C++

#include <stdexcept>
int main(){return 0;}