summaryrefslogtreecommitdiff
path: root/test cases/common/137 c cpp and asm/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/137 c cpp and asm/main.cpp')
-rw-r--r--test cases/common/137 c cpp and asm/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/137 c cpp and asm/main.cpp b/test cases/common/137 c cpp and asm/main.cpp
index 2abd08486..debb97ac6 100644
--- a/test cases/common/137 c cpp and asm/main.cpp
+++ b/test cases/common/137 c cpp and asm/main.cpp
@@ -5,7 +5,7 @@ extern "C" {
int get_cval(void);
}
-int main() {
+int main(void) {
std::cout << "C++ seems to be working." << std::endl;
return get_retval();
}