mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-10 16:32:11 +01:00
11 lines
239 B
C++
11 lines
239 B
C++
/*
|
|
* @@name: declare_target.2b_functions
|
|
* @@type: C++
|
|
* @@operation: compile
|
|
* @@expect: success
|
|
* @@version: omp_5.1
|
|
* @@depend: declare_target.2b_classes.hpp
|
|
*/
|
|
#include "declare_target.2b_classes.hpp"
|
|
int XOR1::foo() { return a^0x01;}
|