OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:staticary
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
array-constraint.c
47
const char
staticAry
[] = "test";
49
strFunc(
staticAry
); // expected-warning{{passing 'const char [5]' to parameter of type 'char *' discards qualifiers}}
Completed in 218 milliseconds