Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2e5207db authored by Berenger Bramas's avatar Berenger Bramas
Browse files

Reput intel compiler test

parent 3d90516e
No related branches found
No related tags found
No related merge requests found
int main(){
int i ;
#ifdef __INTEL_COMPILER
i = 0;
#else
#error 'Not Intel Compiler "
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment