HomeSort by relevance Sort by last modified time
    Searched full:weak_int (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Sema/
const-eval.c 102 extern const int weak_int __attribute__((weak));
103 const int weak_int = 42; variable
104 int weak_int_test = weak_int; // expected-error {{not a compile-time constant}}

Completed in 205 milliseconds