Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
CMakeCommands
/
target_compile_features
/
lib_restrict.h
blob: 2e528b6d3082339a177af60f0c61ecadc319a362 [
file
] [
log
] [
blame
]
#ifndef
LIB_RESTRICT_H
#define
LIB_RESTRICT_H
int
foo
(
int
*
restrict a
,
int
*
restrict b
);
#endif