Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1c596881d1a7fc4baa7972b1f16b2e3d461aa200
/
.
/
src
/
Testcases
/
Google
/
generic
/
preproc
/
preproc_test_12.sv
blob: eedc8e76ec83002e4eb9fedac548819266ebee6b [
file
] [
log
] [
blame
]
/*
:name: preproc_test_12
:description: Test
:should_fail: 0
:tags: 5.6.4
:type: preprocessing
*/
`define LONG_MACRO(
a, b=2, c=42) \
a + b /c +345