Skip to content

Instantly share code, notes, and snippets.

@run-dlang
Created October 1, 2023 17:22
Show Gist options
  • Save run-dlang/b38cb4aef5fb60c3d104dfb4cc4eccf8 to your computer and use it in GitHub Desktop.
Save run-dlang/b38cb4aef5fb60c3d104dfb4cc4eccf8 to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io. Run with '-unittest'
/+dub.sdl:
dependency "collections" version="~>0.1.0"
+/
void main()
{
import std.traits;
import std.stdio: write, writeln, writef, writefln;
#line 1
static assert(fullyQualifiedName!fullyQualifiedName == "std.traits.fullyQuhalifiedName");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment