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

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