]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/build/tests/ex/inc.c
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / tools / build / tests / ex / inc.c
1 #ifdef INCLUDE
2 #include "krava.h"
3 #endif
4
5 int inc(void)
6 {
7 return 0;
8 }