diff options
Diffstat (limited to 'Tests/CompileFeatures/genex_test.c')
-rw-r--r-- | Tests/CompileFeatures/genex_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/genex_test.c b/Tests/CompileFeatures/genex_test.c index de408ce..8ccad35 100644 --- a/Tests/CompileFeatures/genex_test.c +++ b/Tests/CompileFeatures/genex_test.c @@ -38,6 +38,6 @@ # endif #endif -int main() +int main(void) { } |