diff options
Diffstat (limited to 'test/CodeGen/const-init.c')
-rw-r--r-- | test/CodeGen/const-init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/const-init.c b/test/CodeGen/const-init.c index 65a59e869a..f6199815ed 100644 --- a/test/CodeGen/const-init.c +++ b/test/CodeGen/const-init.c @@ -80,7 +80,6 @@ long long g16 = (long long) ((void*) 0xFFFFFFFF); int *g17 = (int *) ((long) &g15); // RUN: grep '@g18.p = internal global \[1 x i32\*\] \[i32\* @g19\]' %t && -// FIXME: Should we really accept this in Sema? void g18(void) { extern int g19; static int *p[] = { &g19 }; |