gnats-prs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tkgnats/242: Test Problem Report, Please Ignore


From: vijayn
Subject: tkgnats/242: Test Problem Report, Please Ignore
Date: 21 Aug 2001 11:06:08 -0000

>Number:         242
>Category:       tkgnats
>Synopsis:       Test Problem Report, Please Ignore
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rickm
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 21 04:14:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Vijay Narayanan
>Release:        unknown-1.0
>Organization:
>Environment:
Win NT, PC
>Description:
Test Bug to see how GNATS works and to understand the Workflow of a bug in GNATS
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="firstapp.cpp"
Content-Disposition: inline; filename="firstapp.cpp"

#include <stdio.h>
#include <math.h>

void main()
{
        int i;
        for(i=0;i<10;i++)
                printf("The value of i now is %d\n",i);
        
}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]