mirror of
https://github.com/cc65/cc65.git
synced 2025-02-09 17:33:00 +00:00
added testcase for issue #760
This commit is contained in:
parent
bec140143b
commit
36ff372149
12
test/misc/bug760.c
Normal file
12
test/misc/bug760.c
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
/* bug#760 - Error when using macros as pragma arguments */
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#define BANK "PRG0"
|
||||||
|
|
||||||
|
#pragma rodata-name(push, BANK)
|
||||||
|
|
||||||
|
int main(void)
|
||||||
|
{
|
||||||
|
return EXIT_SUCCESS;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user