freebsd-src/contrib/unifdef/tests/if2-a.expout

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

14 lines
219 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 foo() { return 0; }
int main()
{
foo();
}