[qfcc] Fix the calluse tests broken by attributes

Unfortunately, the preproc-1 test is broken (by __VA_OPT__ fixes)
This commit is contained in:
Bill Currie 2025-02-17 18:58:08 +09:00
parent 5856adc2c0
commit 4ec6df385b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
id func (id self, SEL bar, ...)
@attribute(no_va_list) id func (id self, SEL bar, ...)
{
return (id)1;
}

View file

@ -1,4 +1,4 @@
id func (id self, SEL bar, ...)
@attribute(no_va_list) id func (id self, SEL bar, ...)
{
return (id)1;
}