invalid init of static var

This commit is contained in:
MITSUNARI Shigeo 2012-12-02 21:28:30 +09:00
parent d548d02e2c
commit 5f696277f7
4 changed files with 26 additions and 14 deletions

View file

@ -1,9 +1,6 @@
#include <stdio.h>
int ret123();
#include "lib.h"
int main()
{
printf("ret=%d\n", ret123());
}