summaryrefslogtreecommitdiffstats
path: root/test cases/d/2 static library/app.d
blob: 5d84a69429869fa515f3149cbc0cedce12a101df (plain)
1
2
3
4
5
6
7
8
import libstuff;

void main ()
{
    immutable ret = printLibraryString ("foo");
    assert (ret == 4);
}