source: trunk/testcase/570asm.s@ 594

Last change on this file since 594 was 594, checked in by bird, 22 years ago

Initial testcase.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 600 bytes
Line 
1 .file "570asm.s"
2
3 .text
4
5.globl ExternCVoid
6ExternCVoid:
7 ret
8
9.globl ExternCPVoid
10ExternCPVoid:
11 ret
12
13.globl ExternCInt
14ExternCInt:
15 ret
16
17.globl ExternCPType
18ExternCPType:
19 ret
20
21.globl Void
22Void:
23 ret
24
25.globl PVoid
26PVoid:
27 ret
28
29.globl Int
30Int:
31 ret
32
33.globl PType
34PType:
35 ret
36
37
38.globl __ZN3foo16StaticMemberVoidEv
39__ZN3foo16StaticMemberVoidEv:
40 ret
41
42.globl __ZN3foo17StaticMemberPVoidEv
43__ZN3foo17StaticMemberPVoidEv:
44 ret
45
46.globl __ZN3foo15StaticMemberIntEv
47__ZN3foo15StaticMemberIntEv:
48 ret
49
50.globl __ZN3foo17StaticMemberPTypeEv
51__ZN3foo17StaticMemberPTypeEv:
52 ret
53
Note: See TracBrowser for help on using the repository browser.