Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / pch / macro-3.c
blob493d954980bb3264b1a322538f2105f9921dc9d2
1 #define DEFINED_FUNC_2(x) (3 + (x))
3 #include "macro-3.h"
5 int main(void)
7 return DEFINED_FUNC (1) - DEFINED_FUNC_2 (-1);