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

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

int test7()
{
    return 0;
}