mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
4 lines
179 B
C
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
|