]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/build/feature/test-stackprotector-all.c
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
[mirror_ubuntu-artful-kernel.git] / tools / build / feature / test-stackprotector-all.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5 return puts("hi");
6 }