aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/main.lc
blob: 7f3d1d9fbb19178644811f8593a673499a1c528a (plain)
1
2
3
4
5
6
7
8
9
10
11

/*
 * This file can be included together with the tests to check that
 * the backend can generate an executable correctly (or just to avoid
 * error messages from the linker).
 */

// ctrans doesn't yet handle "byte[]^[]^ argv" correctly
linkname "main" int main(int argc, byte^^ argv) {
    return 0;
}