summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/macro-3.c
blob: 40ee46e4f3aa05f10f1c1b944b3c14b4e8d4cc4a (plain)
1
2
3
4
5
6
7
8
#define DEFINED_FUNC_2(x) (3 + (x))

#include "macro-3.hp"

int main(void) 
{
  return DEFINED_FUNC (1) - DEFINED_FUNC_2 (-1);
}