summaryrefslogtreecommitdiffstats
path: root/test cases/python3/4 custom target depends extmodule/ext/lib/meson-tachyonlib.c
blob: aeff296558f1e5b2c32478124635c0f55f9ad331 (plain)
1
2
3
4
5
6
7
8
#ifdef _MSC_VER
__declspec(dllexport)
#endif
const char*
tachyon_phaser_command (void)
{
    return "shoot";
}