aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/remove-file-dependency/main.cpp
blob: 77727cf42f69f943964ecac9c19f8e595a0c7314 (plain)
1
2
3
4
5
6
7
8
9
#include "someheader.h"
#include <cstdio>

int main()
{
    printf("The magic value is %d.\n", magicValue());
    return 0;
}