blob: 1b5a3b2276a37b541e901ed9a922742b2438e27d [file] [log] [blame]
// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.used | grep foo | grep X
int X __attribute__((used));
int Y;
void foo() __attribute__((used));
void foo() {}