xref: /freebsd/usr.bin/indent/tests/pcs.0 (revision d0b2dbfa)
1#include <stdio.h>
2
3int main(void) {
4  puts("Hello");
5  return 0;
6}
7