[Vala] May be a silly bug
- From: Andrea Del Signore <lsdadsl virgilio it>
- To: vala paldo org
- Subject: [Vala] May be a silly bug
- Date: Wed, 11 Oct 2006 01:44:44 +0200
Hi,
I found a silly valac bug (segmentation fault during compilation).
Here the snippet:
using GLib;
namespace Tests
{
public struct MyStruct {
}
static int main(string[] args)
{
MyStruct a;
/* non sense I think 'a' can't be null, but... */
if (a != null)
return 0;
return 1;
}
}
(valac svn rev. 145)
Bye,
Andrea
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]