DEBSOURCES
Skip Quicknav
sources / mk-configure / 0.37.0-2 / tests / mkc_features / tool / test_features3.cxx
12345678910
#include <stdio.h> #include "mkc_err.h" int main(int argc, char** argv) { errx(0, "error: %s", "error"); return 0; }