mirror of
https://github.com/github/codeql.git
synced 2026-04-15 03:54:02 +02: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
|