• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef ANOTHER_HEADER_H
2 #define ANOTHER_HEADER_H
3 
4 #include <issue-753.h>
5 
6 #define SHOULD_NOT_GENERATE UINT64_C(~0)
7 #define MY_CONST UINT32_C(69)
8 #define NEGATIVE ~0
9 
10 #endif
11