// { dg-do run }
// Bug: a ends up in the text segment, so trying to initialize it causes
// a seg fault.
struct A {
int i;
A(): i(0) {}
A(int j): i(j) {}
};
const A a;
const A b(1);
int mai
using System;
using System.Collections.Generic;
using System.Text;
namespace APLib.Native
{
public class Win32
{
public const int MAX_PATH = 260;
public const int S_FALSE = 1;
publi
Attribute VB_Name = "Const"
'版本号
Public Const VerNum As String = "版本 1.00"
'生成日期
Public Const GenDate As String = "日期 2004-8-26"
'数据源信息常量
Public Const Conn As String = "Provider=SQLOLEDB.1;Persi
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/*
*/
#ifndef CONST
#define CONST
#define CHARGE (1.6021918e-19)