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

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

More, better.

  • Property cvs2svn:cvs-rev set to 1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 848 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
54.globl __ZN3foo10MemberVoidEv
55__ZN3foo10MemberVoidEv:
56 ret
57
58.globl __ZN3foo11MemberPVoidEv
59__ZN3foo11MemberPVoidEv:
60 ret
61
62.globl __ZN3foo9MemberIntEv
63__ZN3foo9MemberIntEv:
64 ret
65
66.globl __ZN3foo11MemberPTypeEv
67__ZN3foo11MemberPTypeEv:
68 ret
69
Note: See TracBrowser for help on using the repository browser.