]> git.lizzy.rs Git - rust.git/blob - tests/target/static.rs
Merge pull request #487 from marcusklaas/konsts-n-statix
[rust.git] / tests / target / static.rs
1 const FILE_GENERIC_READ: DWORD = STANDARD_RIGHTS_READ | FILE_READ_DATA | FILE_READ_ATTRIBUTES |
2                                  FILE_READ_EA | SYNCHRONIZE;
3
4 static boolnames: &'static [&'static str] = &["bw", "am", "xsb", "xhp", "xenl", "eo", "gn", "hc",
5                                               "km", "hs", "in", "db", "da", "mir", "msgr", "os",
6                                               "eslok", "xt", "hz", "ul", "xon", "nxon", "mc5i",
7                                               "chts", "nrrmc", "npc", "ndscr", "ccc", "bce",
8                                               "hls", "xhpa", "crxm", "daisy", "xvpa", "sam",
9                                               "cpix", "lpix", "OTbs", "OTns", "OTnc", "OTMT",
10                                               "OTNL", "OTpt", "OTxr"];
11
12 static mut name: SomeType =
13     aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;