added testcase for issue #760
This commit is contained in:
parent
bec140143b
commit
36ff372149
1 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue