Home
last modified time | relevance | path

Searched refs:both3 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Dpragma-weak.c4 #pragma weak both3 = __both3 // expected-note {{previous definition}} macro
5 void both3(void) __attribute((alias("__both3"))); // expected-error {{redefinition of 'both3'}}