vmAsan constant

Runtime const vmAsan

Implementation

static const Runtime vmAsan = Runtime(
  'VM with Address Sanitizer',
  'vm-asan',
  Compiler.exe,
  [Compiler.exe, Compiler.cli],
  isDartVM: true,
);