https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102375
--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> ---
You can also use string literal concatenation:
target("foo," "bar," "baz") which is identical to target("foo,bar,baz")
Although target("foo", "bar", "baz") seems easier to read anyway.
