summaryrefslogtreecommitdiff
path: root/test cases/common/170 generator link whole/main.c
blob: 7605022d8677506ca919717ada073a6c785f1290 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "meson_test_function.h"

#include <stdio.h>

int main(void) {
    if (meson_test_function() != 19) {
        printf("Bad meson_test_function()\n");
        return 1;
    }
    return 0;
}