blob: 5d84a69429869fa515f3149cbc0cedce12a101df [file] [log] [blame]
import libstuff;
void main ()
{
immutable ret = printLibraryString ("foo");
assert (ret == 4);
}