diff options
| author | Graydon Hoare <[email protected]> | 2011-04-06 08:32:58 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-04-06 08:33:24 -0700 |
| commit | 36d75d6391873b34a1f4e10c34d3d58c54a453c5 (patch) | |
| tree | 0fcacb46d6397a0303703b2c2767eb12a3119736 /src | |
| parent | Remove reference to nonexistent ast.module from typestate_check.rs, stage1 do... (diff) | |
| download | rust-36d75d6391873b34a1f4e10c34d3d58c54a453c5.tar.xz rust-36d75d6391873b34a1f4e10c34d3d58c54a453c5.zip | |
Minimal testcase for next bootstrap blocker.
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/lib-option.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/run-pass/lib-option.rs b/src/test/run-pass/lib-option.rs new file mode 100644 index 00000000..5add8dbd --- /dev/null +++ b/src/test/run-pass/lib-option.rs @@ -0,0 +1,6 @@ +// xfail-stage0 +use std; + +fn main() { + auto x = std.option.some[int](10); +}
\ No newline at end of file |