SCM Repository
[smlnj] / sml / trunk / ckit / regression / valid-programs.obs / t22.c |
Annotation of /sml/trunk/ckit/regression/valid-programs.obs/t22.c
Parent Directory
|
Revision Log
Revision 597 - (view) (download) (as text)
1 : | dbm | 597 | |
2 : | void myfunc (){ | ||
3 : | return; | ||
4 : | } | ||
5 : | |||
6 : | void (*fp) () = &myfunc; | ||
7 : | |||
8 : | main () | ||
9 : | { | ||
10 : | } | ||
11 : | |||
12 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |