extern "C" {
    #include <stdio.h>
}

int main() {
    fwrite( "test\n", 5, 1, stdout );
}
