aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/15 prebuilt object/source.c
blob: f39b4f3661e4db5ca2775f230a8b87e9d68f7f3c (plain)
1
2
3
4
5
6
7
8
/*
 * Compile this manually on new platforms and add the
 * object file to revision control and Meson configuration.
 */

int func() {
    return 42;
}