mirror of
https://github.com/github/codeql.git
synced 2026-07-11 14:35:31 +02:00
9 lines
121 B
C
9 lines
121 B
C
// header2.h
|
|
|
|
#ifndef INCLUDED_HEADER1 // $ Alert // oops!
|
|
#define INCLUDED_HEADER1
|
|
|
|
// ...
|
|
|
|
#endif // INCLUDED_HEADER1
|