C++程序  |  9行  |  173 B

// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | \
// RUN:   grep llvm.used | grep foo | grep X

int X __attribute__((used));
int Y;

__attribute__((used)) void foo() {}