2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-11 12:49:06 +01:00
waf/playground/lint/program/main.c

7 lines
57 B
C
Raw Normal View History

2012-04-17 21:53:01 +02:00
#include "a.h"
#include "b.h"
int main() {
return 0;
}