Files
codeql/cpp/ql/test/library-tests/comments/binding/cb.h
2018-08-02 17:53:23 +01:00

14 lines
91 B
C

/* Foo */
#include "h.h"
typedef int foo;
/* Bar */
#include "i.h"
typedef int bar;