blob: 183b41d55985edc1ca13723873cc3f3c04c8a4d8 [file] [log] [blame]
// RUN: %dragonegg -S %s -o - | FileCheck %s
// XFAIL: gcc-4.8
int qux;
void foo(void) __attribute__ ((alias ("qux")));
// CHECK: @foo = alias i32* @qux