summaryrefslogtreecommitdiffstats
path: root/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected')
-rw-r--r--clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected b/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected
index 135f3bc28dee..fd9bcde01ac7 100644
--- a/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected
+++ b/clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected
@@ -14,7 +14,7 @@ void empty_function(void);
// CHECK-NEXT: [[CALL:%.*]] = call i32 @foo(i32 noundef 1)
// CHECK-NEXT: ret i32 [[CALL]]
//
-int main() {
+int main(void) {
empty_function();
return foo(1);
}