blob: 4805d47c1601e4ccb4be9a04e0fb4ea854b5eeaf [file] [log] [blame]
// RUN: clang --emit-llvm -o %t %s &&
// RUN: grep -e "alias" %t
// XFAIL
static inline int foo () { return 0; }
int bar () __attribute__ ((alias ("foo")));