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