blob: ab369e781fcc2f4549fb74fa9c844f29d34ebe25 [file] [log] [blame] [raw]
// I am a test C++ program
#include <cstdint>
int foo() {
return 1;
}