Rafael Espindola | 0017c5f | 2010-12-07 15:23:23 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-only -verify %s |
2 | |||||
3 | void g() {} | ||||
4 | |||||
Alex Lorenz | 4e30b96 | 2017-11-07 00:31:19 +0000 | [diff] [blame] | 5 | void f() __attribute__((alias("g"))); //expected-error {{aliases are not supported on darwin}} |