blob: f82a135415a2baf0c05d447d2be9cff4337ecd6a [file] [log] [blame]
// RUN: clang %s -emit-llvm
struct test {
int a;
};
extern struct test t;
int *b=&t.a;