Files
codeql/cpp/ql/test/library-tests/syntax-zoo/void_bug.h
2019-08-06 14:10:25 +02:00

4 lines
36 B
C

struct VoidBug {
~VoidBug() {}
};