DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-2 / tests / auto / blackbox / testdata / multiplexed-tool / tool.cpp
12345678
#include <cstdlib> int main() { #ifdef WRONG_VARIANT return EXIT_FAILURE; #endif }