summaryrefslogtreecommitdiff
path: root/test cases/common/137 c cpp and asm/main.cpp
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com>2019-11-18 15:21:37 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2019-11-18 22:21:36 +0200
commit83b4e981c4dd8b8ea521a6150a34636d10a67211 (patch)
tree3ac84e307e6a2589073a7542a0d7127738f09576 /test cases/common/137 c cpp and asm/main.cpp
parent0435691e83fb7172e2a9635d2eb32d5521089916 (diff)
downloadmeson-83b4e981c4dd8b8ea521a6150a34636d10a67211.tar.gz
Use strict function prototypes
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();
}