summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/system/system-header.h
blob: 8a394a9b3e3e89b8a550c0eeb8547462525fa0ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef SYSTEM_HEADER_H
#define SYSTEM_HEADER_H

#define SYSTEM_MACRO(m) int m = 0

namespace SYSTEM_NS {
class structure {
  int member;
};

float global;

void function() {
}
}

#endif // SYSTEM_HEADER_H
OpenPOWER on IntegriCloud