mirror of https://github.com/opencv/opencv.git
parent
9612397aa2
commit
464972855e
4 changed files with 57 additions and 1 deletions
@ -0,0 +1,12 @@ |
||||
#include <atomic> |
||||
|
||||
static int test() |
||||
{ |
||||
std::atomic<int> x; |
||||
return x; |
||||
} |
||||
|
||||
int main() |
||||
{ |
||||
return test(); |
||||
} |
Loading…
Reference in new issue