Add an additional test for bug #1519018.
diff --git a/Lib/test/test_compile.py b/Lib/test/test_compile.py
index 814bc19..7c24d1b 100644
--- a/Lib/test/test_compile.py
+++ b/Lib/test/test_compile.py
@@ -261,6 +261,8 @@
             'import (os,)',
             'import os As bar',
             'import os.path a bar',
+            'from sys import stdin As stdout',
+            'from sys import stdin a stdout',
             'from (sys) import stdin',
             'from __future__ import (nested_scopes',
             'from __future__ import nested_scopes)',