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