summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_compile_features/lib_restrict.h
blob: 2e528b6d3082339a177af60f0c61ecadc319a362 (plain)
1
2
3
4
5
6
7

#ifndef LIB_RESTRICT_H
#define LIB_RESTRICT_H

int foo(int* restrict a, int* restrict b);

#endif