summaryrefslogtreecommitdiffstats
path: root/test cases/swift/5 mixed/mylib.c
blob: e091836bcfa657797e1aaab95e0b3e5439a54d9b (plain)
1
2
3
4
5
#include"mylib.h"

int getNumber() {
    return 42;
}