﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
96	引数で構造体の値渡しが正しくできない	OverTaker	dai	"{{{
Type X
	a As Long
	b As Long
End Type

Function fx(x As X) As Long
	debug 'ここでx.aとx.bの値がおかしくなる
End Function

Dim t As X
t.a = 123457
t.b = 890123
fx(t)
}}}"	バグ（ケアレスミス）	closed	最優先-blocker	AB5 CP6	Compiler		fixed		
