summary refs log tree commit diff stats
path: root/tests/caas/issue_477_dynamic_dispatch.txt
Commit message (Expand)AuthorAgeFilesLines
* remove caasArne Döring2018-12-111-5/+0
* Adds $SILENT replacement to reduce test output verbosity.Grzegorz Adam Hankiewicz2013-06-161-1/+1
* Adds idetools testcase for dynamic dispatch. Refs #477.Grzegorz Adam Hankiewicz2013-06-101-0/+5
v class='alt'>
1
2
3
4
5
6
7
8
                         






                            
#!/usr/local/bin/tcc -run
#include <tcclib.h>

int main()
{
    printf("Hello World\n");
    return 0;
}