summaryrefslogtreecommitdiff
path: root/tests/projects/vala/includec/src/printer.vala
blob: 4599c3529684fb5c30628642bca0b63db34673d1 (plain)
1
2
3
void printer_from_other_file() {
    stdout.printf("Calling from other file");
}