aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/failing build/3 pch disabled/c/pch/prog_pch.c
blob: 49605057b2b2e53e76e631831bdbd51ca03505da (plain)
1
2
3
4
5
#if !defined(_MSC_VER)
#error "This file is only for use with MSVC."
#endif

#include "prog.h"