blob: 2e528b6d3082339a177af60f0c61ecadc319a362 [file] [log] [blame]
#ifndef LIB_RESTRICT_H
#define LIB_RESTRICT_H
int foo(int* restrict a, int* restrict b);
#endif