Searched defs:both3 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 379 milliseconds