1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00

Removing bogus test file that got into the sources somehow.

Copied from Perforce
 Change: 181116
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2013-03-12 11:01:14 +00:00
parent 6b46497dcc
commit 784d47ff7f

View file

@ -1,2 +0,0 @@
extern void hello(void);
int main(void) { hello(); return 0; }