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