blob: 93136706a7e54abffce597c8238186cd17b0370d [file] [log] [blame]
Rafael Espindola0017c5f2010-12-07 15:23:23 +00001// RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-only -verify %s
2
3void g() {}
4
Alex Lorenz4e30b962017-11-07 00:31:19 +00005void f() __attribute__((alias("g"))); //expected-error {{aliases are not supported on darwin}}