Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / build / tests / ex / inc.c
blobc20f1e9033a365810ce3fc490a8700d9ee89d123
1 #ifdef INCLUDE
2 #include "krava.h"
3 #endif
5 int inc(void)
7 return 0;