mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-20 13:43:13 +01:00
[svn r124] Fixed another D vararg + return in ptr bug.
Fixed some nested function calls failed to resolve the context ptr.
This commit is contained in:
9
test/bug76.d
Normal file
9
test/bug76.d
Normal file
@@ -0,0 +1,9 @@
|
||||
module bug76;
|
||||
char[] fmt(...)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
void main()
|
||||
{
|
||||
char[] s = fmt();
|
||||
}
|
||||
Reference in New Issue
Block a user