blob: af91ddee1c13b8bcf6fa7f603920ebb127cdae10 [file]
/*
:name: 22.5.3--undefineall-and-redefine
:description: Test
:should_fail: 0
:tags: 22.5.3
:type: preprocessing
*/
`define FOO "foo"
`undefineall
`define FOO 5
`undefineall
`define FOO(x,y) (x + y)