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

10 lines
71 B
C

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