summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/macro-1.c
blob: 3775004a77b5dfcf5886774abf9e49bc4e43ff55 (plain)
1
2
3
4
5
6
#include "macro-1.hp"

int main(void) 
{
  return DEFINED_VALUE + 1 - DEFINED_PARAM (3);
}