summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_compile_features/lib_restrict.h
blob: eca22be10cfbb46ba4f753da7907d1bada55eb22 (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