Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm...
[firefly-linux-kernel-4.4.55.git] / tools / build / feature / test-fortify-source.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         return puts("hi");
6 }