Skip to content

Commit ee314e1

Browse files
Update clang/test/Sema/inline-static-var.c
Co-authored-by: Sirraide <[email protected]>
1 parent 456e2df commit ee314e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/Sema/inline-static-var.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ inline void f(void) { // expected-note {{use 'static' to give inline function 'f
44
static int x; // expected-error {{non-constant static local variable in inline function may be different in different files}}
55
}
66

7-
int main(void) { return 0; }

0 commit comments

Comments
 (0)