ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 7a2972b9 was
a2f2fda,
checked in by Thierry Delisle <tdelisle@…>, 4 years ago
|
Finished support for running tests for new and old ast
|
-
Property mode set to
100644
|
File size:
677 bytes
|
Rev | Line | |
---|
[a2f2fda] | 1 | // |
---|
| 2 | // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo |
---|
| 3 | // |
---|
| 4 | // The contents of this file are covered under the licence agreement in the |
---|
| 5 | // file "LICENCE" distributed with Cforall. |
---|
| 6 | // |
---|
| 7 | // archVast.cfa -- Check if all combinations are of ast/arch are properly distinguished |
---|
| 8 | // |
---|
| 9 | // Author : Thierry Delisle |
---|
| 10 | // Created On : Tue Nov 03 15:04:53 2020 |
---|
| 11 | // Last Modified By : |
---|
| 12 | // Last Modified On : |
---|
| 13 | // Update Count : |
---|
| 14 | // |
---|
| 15 | |
---|
| 16 | #if defined( __i386 ) |
---|
| 17 | #define NAME FX86 |
---|
| 18 | #elif defined( __x86_64 ) |
---|
| 19 | #define NAME FX64 |
---|
| 20 | #elif defined( __aarch64__ ) |
---|
| 21 | #define NAME FA64 |
---|
| 22 | #endif |
---|
| 23 | |
---|
| 24 | int NAME; |
---|
| 25 | void NAME() { |
---|
| 26 | int NAME; |
---|
| 27 | double NAME; |
---|
| 28 | (char)NAME; |
---|
| 29 | (int(*)())NAME; |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | int main() {} |
---|
Note: See
TracBrowser
for help on using the repository browser.