mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
6 lines
145 B
C
6 lines
145 B
C
typedef float MyType;
|
|
static const MyType a = 36;
|
|
static const MyType b = a;
|
|
static const MyType c = 2 * a;
|
|
// semmle-extractor-options: --clang
|