summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/Inputs/ctu-other.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/Inputs/ctu-other.c')
-rw-r--r--clang/test/Analysis/Inputs/ctu-other.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/Inputs/ctu-other.c b/clang/test/Analysis/Inputs/ctu-other.c
index 48a3f322cbd5..2bb5a04d6c22 100644
--- a/clang/test/Analysis/Inputs/ctu-other.c
+++ b/clang/test/Analysis/Inputs/ctu-other.c
@@ -33,7 +33,7 @@ int g(struct S *ctx) {
// Test that asm import does not fail.
// TODO: Support the GNU extension asm keyword as well.
// Example using the GNU extension: asm("mov $42, %0" : "=r"(res));
-int inlineAsm() {
+int inlineAsm(void) {
int res;
__asm__("mov $42, %0"
: "=r"(res));