summaryrefslogtreecommitdiff
path: root/tests/projects/precompiled_header_c++/src/main.cpp
blob: ac88728f180c77b3041ec49a56603ac268b5dd76 (plain)
1
2
3
4
5
6
7

// main.cpp
#include "header.hpp"

int main() {
  return 0;
}