blob: 8ae15c9592b1f36fc5a4e9924c843d63657aea02 [file] [log] [blame]
// RUN: %llvmgcc -xc++ -S -o - %s | not grep { constant }
extern int X;
const int Y = X;
const int* foo() { return &Y; }