Files
codeql/cpp/ql/test/library-tests/clang_c99_default/c99.c
2018-08-02 17:53:23 +01:00

4 lines
179 B
C

// NB: In C89, "restrict" is a normal identifier, whereas in C99 it is a keyword with special meaning.
int f(void* restrict, void* restrict);
// semmle-extractor-options: --clang