system/linkerconfig/testmodules/vndkext/hello.cpp

6 lines
73 B
C++
Raw Permalink Normal View History

2025-08-25 08:01:50 +08:00
#include <iostream>
int main() {
std::cout << "hello\n";
return 0;
}