Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4a79a47b7dd03dd4b2776ee40322b0149935d234
/
.
/
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