Home
last modified time | relevance | path

Searched defs:test4_c (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dextern-c.cpp46 static float test4_c; // expected-error {{redefinition of 'test4_c' with a different type: 'float' … variable
/aosp_15_r20/external/clang/test/Sema/
H A Dconversion.c164 long test4_c(long long ll) { in test4_c() function