* go.test/go-test.exp: In +build lines, require whitespace around
[official-gcc.git] / libatomic / fxor_n.c
blob0f2d962412738a11f9a0fb4eee07cfc5313dfcea
1 #define NAME xor
2 #define OP(X,Y) ((X) ^ (Y))
3 #include "fop_n.c"