freebsd-src/contrib/unifdef/tests/spaces2.expout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
221 B
Plaintext
Raw Normal View History

2023-08-21 17:33:26 +00:00
/* Copyright 2004 Bob Proulx <bob@proulx.com>
Distributed under the two-clause BSD licence;
see the COPYING file for details. */
# include <stdio.h>
# include <stdlib.h>
int bar() { return 0; }
int main()
{
bar();
}