xref: /csrg-svn/usr.bin/f77/libU77/test/syml.f (revision 47946)
1*47946SbosticC
2*47946SbosticC Copyright (c) 1980 The Regents of the University of California.
3*47946SbosticC All rights reserved.
4*47946SbosticC
5*47946SbosticC %sccs.include.proprietary.f%
6*47946SbosticC
7*47946SbosticC	@(#)syml.f	5.2 (Berkeley) 04/12/91
8*47946SbosticC
9*47946Sbostic
1044008Sbostic	program syml
1144008Sbostic
1244008Sbostic	integer symlnk
1344008Sbostic	external symlnk
1444008Sbostic	write(*,*) symlnk("xyzzy", "poof")
1544008Sbostic	end
16