hanchenye-llvm-project/clang/test/CodeGen/rdr-6095112-alias-reference...

7 lines
158 B
C

// RUN: clang --emit-llvm -o %t %s &&
// RUN: grep -e "alias" %t
// XFAIL
static inline int foo () { return 0; }
int bar () __attribute__ ((alias ("foo")));