brintos

brintos / llvm-project-archived public Read only

0
0
Text · 190 B · 05e626f Raw
6 lines · c
1// RUN: %clang_cc1 -triple x86_64-apple-darwin  -fsyntax-only -verify %s2 3void g(void) {}4 5void f(void) __attribute__((alias("g"))); //expected-error {{aliases are not supported on darwin}}6