mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 21:26:04 +00:00
11 lines
169 B
C
11 lines
169 B
C
![]() |
// Helper for external-defs.c test
|
||
|
|
||
|
// Tentative definition
|
||
|
int x;
|
||
|
|
||
|
// FIXME: check this, once we actually serialize it
|
||
|
int y = 17;
|
||
|
|
||
|
// Should not show up
|
||
|
static int z;
|