summaryrefslogtreecommitdiff
path: root/tests/projects/precompiled_header_c++/src/test.cpp
blob: 536d30aca5620697fb796fb154a9d20ba4559518 (plain)
1
2
3
4
5
6
7
8

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

int test()
{
    return 0;
}