mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-20 04:51:22 +01:00
12 lines
205 B
C++
12 lines
205 B
C++
/*
|
|
* @@name declare_target.2c
|
|
* @@type: C++
|
|
* @@compilable yes
|
|
* @@linkable: no
|
|
* @@expect: failure
|
|
* @@version: omp_5.1
|
|
*/
|
|
|
|
#include "classes.hpp"
|
|
int XOR1::foo() { return a^0x01;}
|