/* vim: tabstop=4 shiftwidth=4 * This file is part of the Toaru Compiler Collection (toarucc) * and is licensed under the ISC license. See LICENSE for details. * * tcc-as - x86 ELF assembler */ #include int main(int argc, char * argv[]) { fprintf(stderr, "hello world\n"); return 0; }