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

10 lines
71 B
C

#ifndef __I_H__
#define __I_H__
extern int i;
extern int j;
#endif