]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/pcs.0.stdout
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / usr.bin / indent / tests / pcs.0.stdout
1 /* $FreeBSD$ */
2 #include <stdio.h>
3
4 int
5 main(void)
6 {
7         puts ("Hello");
8         return 0;
9 }