ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
Last change
on this file since b1e614f4 was aff7e86, checked in by Andrew Beach <ajbeach@…>, 5 years ago |
|
Added a new attribute 'cfa_linkonce'.
|
-
Property mode
set to
100644
|
|
File size:
154 bytes
|
| Line | |
|---|
| 1 | // Side file for the link-once test.
|
|---|
| 2 |
|
|---|
| 3 | __attribute__(( cfa_linkonce )) signed int example = -7;
|
|---|
| 4 | __attribute__(( cfa_linkonce )) unsigned int example = 12;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.