summaryrefslogtreecommitdiffstats
path: root/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c')
-rw-r--r--clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c b/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c
index 7fc539347e6c..f1c95c445c2f 100644
--- a/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c
+++ b/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c
@@ -5,7 +5,7 @@ int foo(int arg);
void empty_function(void);
-int main() {
+int main(void) {
empty_function();
return foo(1);
}