]> git.lizzy.rs Git - rust.git/blob - tests/target/static.rs
Format source codes
[rust.git] / tests / target / static.rs
1 const FILE_GENERIC_READ: DWORD =
2     STANDARD_RIGHTS_READ | FILE_READ_DATA | FILE_READ_ATTRIBUTES | FILE_READ_EA | SYNCHRONIZE;
3
4 static boolnames: &'static [&'static str] = &[
5     "bw",
6     "am",
7     "xsb",
8     "xhp",
9     "xenl",
10     "eo",
11     "gn",
12     "hc",
13     "km",
14     "hs",
15     "in",
16     "db",
17     "da",
18     "mir",
19     "msgr",
20     "os",
21     "eslok",
22     "xt",
23     "hz",
24     "ul",
25     "xon",
26     "nxon",
27     "mc5i",
28     "chts",
29     "nrrmc",
30     "npc",
31     "ndscr",
32     "ccc",
33     "bce",
34     "hls",
35     "xhpa",
36     "crxm",
37     "daisy",
38     "xvpa",
39     "sam",
40     "cpix",
41     "lpix",
42     "OTbs",
43     "OTns",
44     "OTnc",
45     "OTMT",
46     "OTNL",
47     "OTpt",
48     "OTxr",
49 ];
50
51 static mut name: SomeType =
52     aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;
53
54 pub static count: u8 = 10;
55
56 pub const test: &Type = &val;
57
58 impl Color {
59     pub const WHITE: u32 = 10;
60 }
61
62 // #1391
63 pub const XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX: NTSTATUS =
64     0 as usize;