aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/failing/49 pkgconfig variables not key value/simple.c
blob: e8a6d83306ec5bf3aaffb18323c80d32f76aaf0a (plain)
1
2
3
4
5
#include"simple.h"

int simple_function() {
    return 42;
}