mirror of
https://github.com/github/codeql.git
synced 2026-07-11 22:45:33 +02:00
9 lines
112 B
C
9 lines
112 B
C
// header4.h
|
|
|
|
#ifndef INCLUDED_HEADER4 // $ Alert
|
|
#define INCLUDED_HEADER4
|
|
|
|
// ...
|
|
|
|
#endif // INCLUDED_HEADER4
|