2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-12-23 09:45:13 +01:00
waf/playground/lint/program/main.c
Thomas Nagy 9f7330b745 docs
2012-04-17 21:53:01 +02:00

7 lines
57 B
C

#include "a.h"
#include "b.h"
int main() {
return 0;
}