CMake/Tests/CMakeCommands/target_compile_features/lib_restrict.h

8 lines
101 B
C

#ifndef LIB_RESTRICT_H
#define LIB_RESTRICT_H
int foo(int * restrict a, int * restrict b);
#endif