summaryrefslogtreecommitdiffstats
path: root/test cases/unit/6 std override/prog11.cpp
blob: dde1fc0208cc97b3bccdc0b307a9f5e86a1e6518 (plain)
1
2
3
4
5
6
#include<iostream>

int main(int argc, char **argv) {
    std::cout << "I am a C++11 test program.\n";
    return 0;
}