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